projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2690b8b
)
Fix introspection build when builddir != srcdir
author
Emilio Pozuelo Monfort
<pochu27@gmail.com>
Tue, 4 Jan 2011 20:24:47 +0000
(20:24 +0000)
committer
Emilio Pozuelo Monfort
<pochu27@gmail.com>
Tue, 4 Jan 2011 23:21:35 +0000
(23:21 +0000)
So gdk/gdk.h can find gdk/gdkconfig.h, which is in $builddir
because it's generated.
gdk/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk/Makefile.am
b/gdk/Makefile.am
index 80387ccdda4ff075af69d599e5ccdcd886892744..6c16c42a406a178378c59e2c68cd249e4ea941ac 100644
(file)
--- a/
gdk/Makefile.am
+++ b/
gdk/Makefile.am
@@
-35,6
+35,7
@@
INCLUDES = \
-DG_LOG_DOMAIN=\"Gdk\" \
-DGDK_COMPILATION \
-I$(top_srcdir) \
+ -I$(top_builddir) \
-I$(top_builddir)/gdk \
$(GTK_DEBUG_FLAGS) \
$(GDK_DEP_CFLAGS)